pub unsafe fn usprep_open<P0, P1>(
    path: P0,
    filename: P1,
    status: *mut UErrorCode
) -> *mut UStringPrepProfile
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,