pub unsafe fn InitializeEnclave<P0>(
    hprocess: P0,
    lpaddress: *const c_void,
    lpenclaveinformation: *const c_void,
    dwinfolength: u32,
    lpenclaveerror: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<HANDLE>,