#[no_mangle] pub unsafe extern "C" fn xila_semaphore_remove( _name: *const c_char, ) -> u32
This function is used to get the value of a semaphore.
This function is unsafe because it dereferences raw pointers.