Function xila_semaphore_remove

Source
#[no_mangle]
pub unsafe extern "C" fn xila_semaphore_remove(
    _name: *const c_char,
) -> u32
Expand description

This function is used to get the value of a semaphore.

ยงSafety

This function is unsafe because it dereferences raw pointers.