pub unsafe fn uscript_getCode<P0>(
    nameorabbrorlocale: P0,
    fillin: *mut UScriptCode,
    capacity: i32,
    err: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,