Function xila_condition_variable_attribute_destroy

Source
#[no_mangle]
pub unsafe extern "C" fn xila_condition_variable_attribute_destroy(
    _attribute: *mut XilaConditionVariableAttribute,
) -> c_int
Expand description

This function is used to destroy a condition variable attribute.

ยงSafety

This function is unsafe because it dereferences raw pointers.