pub unsafe extern "C" fn svcCreateSession(
serverSession: *mut Handle,
clientSession: *mut Handle,
) -> ResultExpand description
Creates a linked pair of session endpoints.
ยงArguments
serverSession(direction out) - Pointer to output the created server endpoint handle to.clientSession(direction out) - Pointer to output the created client endpoint handle to.