Function strchrnul

Source
pub unsafe extern "C" fn strchrnul(
    __s: *const i8,
    __c: i32,
) -> *mut i8