Function SeRegisterImageVerificationCallback
pub unsafe fn SeRegisterImageVerificationCallback(
imagetype: SE_IMAGE_TYPE,
callbacktype: SE_IMAGE_VERIFICATION_CALLBACK_TYPE,
callbackfunction: PSE_IMAGE_VERIFICATION_CALLBACK_FUNCTION,
callbackcontext: Option<*const c_void>,
token: Option<*const c_void>,
callbackhandle: *mut *mut c_void,
) -> NTSTATUS