pub unsafe fn u_vformatMessage<P0>(
    locale: P0,
    pattern: *const u16,
    patternlength: i32,
    result: *mut u16,
    resultlength: i32,
    ap: *mut i8,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,