Function windows_sys::Win32::System::Threading::CreateFiberEx
[−]pub unsafe extern "system" fn CreateFiberEx(
dwstackcommitsize: usize,
dwstackreservesize: usize,
dwflags: u32,
lpstartaddress: LPFIBER_START_ROUTINE,
lpparameter: *const c_void
) -> *mut c_void
Expand description
Required features: "Win32_System_Threading"