#[no_mangle]
pub unsafe extern "C" fn xila_semaphore_open(
_name: *const c_char,
_open: XilaFileSystemOpen,
_mode: XilaFileSystemMode,
_value: isize,
) -> *mut XilaSemaphore
Expand description
This function is used to create a semaphore.
ยงSafety
This function is unsafe because it dereferences raw pointers.