#[unsafe(no_mangle)]pub unsafe extern "C" fn xila_semaphore_get_value(
_semaphore: *mut XilaSemaphore,
_value: *mut c_int,
) -> u32Expand description
This function is used to get the value of a semaphore.
ยงSafety
This function is unsafe because it dereferences raw pointers.