Function vonuvoli_scheme::externals::libc::pthread_key_create[][src]

pub unsafe extern "C" fn pthread_key_create(
    key: *mut u32,
    dtor: Option<unsafe extern "C" fn(*mut c_void)>
) -> i32
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io