Function guile_sys::GC_pthread_create [] [src]

pub unsafe extern "C" fn GC_pthread_create(
    arg1: *mut pthread_t,
    arg2: *const pthread_attr_t,
    arg3: Option<unsafe extern "C" fn(_: *mut c_void) -> *mut c_void>,
    arg4: *mut c_void
) -> c_int