Type Definition bass_sys::FILEREADPROC

source · []
pub type FILEREADPROC = extern "C" fn(_: *mut c_void, _: DWORD, _: *mut c_void) -> DWORD;