Function windows::Win32::System::Diagnostics::Debug::SymGetUnwindInfo

pub unsafe fn SymGetUnwindInfo<P0>(
    hprocess: P0,
    address: u64,
    buffer: Option<*mut c_void>,
    size: *mut u32,
) -> BOOL
where P0: Param<HANDLE>,