pub unsafe extern "C" fn wcschr(
    _Str: *const u16,
    _Ch: u16
) -> *const u16