pub unsafe extern "system" fn NtCallEnclave(
    Routine: PENCLAVE_ROUTINE,
    Parameter: *mut c_void,
    WaitForThread: BOOLEAN,
    ReturnValue: *mut *mut c_void
) -> NTSTATUS