Function guile_sys::pthread_key_create [] [src]

pub unsafe extern "C" fn pthread_key_create(
    __key: *mut pthread_key_t,
    __destr_function: Option<unsafe extern "C" fn(_: *mut c_void)>
) -> c_int