SeRegisterImageVerificationCallback

Function SeRegisterImageVerificationCallback 

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