Function windows_sys::Win32::System::Environment::CreateEnclave

pub unsafe extern "system" fn CreateEnclave(
    hprocess: HANDLE,
    lpaddress: *const c_void,
    dwsize: usize,
    dwinitialcommitment: usize,
    flenclavetype: u32,
    lpenclaveinformation: *const c_void,
    dwinfolength: u32,
    lpenclaveerror: *mut u32,
) -> *mut c_void