pub unsafe fn uloc_getDisplayScript<P0, P1>(
    locale: P0,
    displaylocale: P1,
    script: *mut u16,
    scriptcapacity: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,