[][src]Function gdnative_common::libc::clone

pub unsafe extern "C" fn clone(
    cb: extern "C" fn(*mut c_void) -> i32,
    child_stack: *mut c_void,
    flags: i32,
    arg: *mut c_void,
     ...
) -> i32