Function libc::clone
[−]
[src]
pub unsafe extern "C" fn clone(
cb: extern "C" fn(_: *mut c_void) -> c_int,
child_stack: *mut c_void,
flags: c_int,
arg: *mut c_void,
...
) -> c_int