[−][src]Function nnsdk::os::CreateThread
pub unsafe extern "C" fn CreateThread(
arg1: *mut ThreadType,
arg2: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
arg: *mut c_void,
srcStack: *mut c_void,
stackSize: u64,
priority: s32,
coreNum: s32
) -> Result