Function windows_sys::Win32::System::Threading::CreateRemoteThread

pub unsafe extern "system" fn CreateRemoteThread(
    hprocess: HANDLE,
    lpthreadattributes: *const SECURITY_ATTRIBUTES,
    dwstacksize: usize,
    lpstartaddress: LPTHREAD_START_ROUTINE,
    lpparameter: *const c_void,
    dwcreationflags: u32,
    lpthreadid: *mut u32,
) -> HANDLE