[][src]Function tcod_sys::wmemchr

pub unsafe extern "C" fn wmemchr(
    __s: *const wchar_t,
    __c: wchar_t,
    __n: usize
) -> *mut c_int