pub unsafe fn unum_parseDecimal<P0>(
    fmt: *const *const c_void,
    text: *const u16,
    textlength: i32,
    parsepos: *mut i32,
    outbuf: P0,
    outbuflength: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,