pub unsafe extern "C" fn zx_system_get_performance_info(
    resource: u32,
    topic: u32,
    count: usize,
    info: *mut u8,
    output_count: *mut usize
) -> i32