pub unsafe extern "system" fn FindFileInPath(
    hprocess: HANDLE,
    searchpatha: PCSTR,
    filename: PCSTR,
    id: *const c_void,
    two: u32,
    three: u32,
    flags: u32,
    filepath: PSTR
) -> BOOL
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"