pub unsafe extern "C-unwind" fn CGSetDisplayTransferByByteTable(
display: CGDirectDisplayID,
table_size: u32,
red_table: NonNull<u8>,
green_table: NonNull<u8>,
blue_table: NonNull<u8>,
) -> CGErrorAvailable on crate features
CGDirectDisplay and CGError only.Expand description
ยงSafety
red_tablemust be a valid pointer.green_tablemust be a valid pointer.blue_tablemust be a valid pointer.