pub unsafe extern "C" fn strstr(
    cs: *const i8,
    ct: *const i8
) -> *mut i8