Function esp_idf_hal::sys::pthread_key_create

source ยท
pub unsafe extern "C" fn pthread_key_create(
    __key: *mut u32,
    __destructor: Option<unsafe extern "C" fn(_: *mut c_void)>,
) -> i32