pub unsafe extern "system" fn CreateFiber(
    dwstacksize: usize,
    lpstartaddress: LPFIBER_START_ROUTINE,
    lpparameter: *const c_void
) -> *mut c_void
Expand description

Required features: "Win32_System_Threading"