Function windows::Win32::System::Diagnostics::Debug::FindFileInPath

pub unsafe fn FindFileInPath<P0, P1, P2>(
    hprocess: P0,
    searchpatha: P1,
    filename: P2,
    id: *const c_void,
    two: u32,
    three: u32,
    flags: u32,
    filepath: PSTR,
) -> BOOL
where P0: Param<HANDLE>, P1: Param<PCSTR>, P2: Param<PCSTR>,