Function SymFromName

pub unsafe extern "system" fn SymFromName(
    hprocess: HANDLE,
    name: PCSTR,
    symbol: *mut SYMBOL_INFO,
) -> BOOL