Skip to main content

null_err_at

Function null_err_at 

Source
pub fn null_err_at<T>(
    ptr: *const T,
    msg: &str,
    file: &'static str,
    line: u32,
) -> bool