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
Expand description

Required features: "Win32_Foundation"