Function clone

Source
pub unsafe extern "C" fn clone(
    __fn: Option<unsafe extern "C" fn(_: *mut c_void) -> i32>,
    __child_stack: *mut c_void,
    __flags: i32,
    __arg: *mut c_void,
    ...
) -> i32