pub unsafe fn CreatePatchFileExA<P0, P1>(
    oldfileinfoarray: &[PATCH_OLD_FILE_INFO_A],
    newfilename: P0,
    patchfilename: P1,
    optionflags: u32,
    optiondata: Option<*const PATCH_OPTION_DATA>,
    progresscallback: PPATCH_PROGRESS_CALLBACK,
    callbackcontext: Option<*const c_void>
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,