Function libc::clone [] [src]

pub unsafe extern fn clone(
    cb: extern fn(_: *mut c_void) -> c_int,
    child_stack: *mut c_void,
    flags: c_int,
    arg: *mut c_void,
     ...
) -> c_int