pub unsafe extern "C" fn zx_thread_start(
    handle: u32,
    thread_entry: usize,
    stack: usize,
    arg1: usize,
    arg2: usize
) -> i32