strpbrk

Function strpbrk 

Source
pub unsafe extern "C" fn strpbrk(
    cs: *const u8,
    ct: *const u8,
) -> *mut u8