pub unsafe extern "C" fn magma_semaphore_export(
semaphore: magma_semaphore_t,
semaphore_handle_out: *mut magma_handle_t,
) -> magma_status_t
Expand description
\brief Exports the given semaphore, returning a handle that may be imported into a connection \param semaphore A valid semaphore. \param semaphore_handle_out The returned handle.