Function windows::Wdk::System::SystemServices::RtlAssert
pub unsafe fn RtlAssert<P0>(
voidfailedassertion: *const c_void,
voidfilename: *const c_void,
linenumber: u32,
mutablemessage: P0,
)where
P0: Param<PCSTR>,