Function CreateRemoteThread
pub unsafe fn CreateRemoteThread(
hprocess: HANDLE,
lpthreadattributes: Option<*const SECURITY_ATTRIBUTES>,
dwstacksize: usize,
lpstartaddress: LPTHREAD_START_ROUTINE,
lpparameter: Option<*const c_void>,
dwcreationflags: u32,
lpthreadid: Option<*mut u32>,
) -> Result<HANDLE>