pub unsafe fn TestApplyPatchToFileA<P0, P1>(
    patchfilename: P0,
    oldfilename: P1,
    applyoptionflags: u32
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,