pub unsafe extern "system" fn FindFileInSearchPath(
    hprocess: HANDLE,
    searchpatha: PCSTR,
    filename: PCSTR,
    one: u32,
    two: u32,
    three: u32,
    filepath: PSTR
) -> BOOL
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"