pub type PLSA_CREATE_THREAD = Option<unsafe extern "system" fn(securityattributes: *const SECURITY_ATTRIBUTES, stacksize: u32, startfunction: LPTHREAD_START_ROUTINE, threadparameter: *const c_void, creationflags: u32, threadid: *mut u32) -> HANDLE>;
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation", "Win32_System_Threading"