GB_load_boot_rom_from_buffer

Function GB_load_boot_rom_from_buffer 

Source
pub unsafe extern "C" fn GB_load_boot_rom_from_buffer(
    gb: *mut GB_gameboy_t,
    buffer: *const c_uchar,
    size: usize,
)