pub unsafe fn TerminateEnclave<P0>(
    lpaddress: *const c_void,
    fwait: P0
) -> Result<()>
where P0: IntoParam<BOOL>,