struct SDL_Thing {} extern fn SDL_malloc(size: u64) -> *SDL_Thing; fn main() { let pixels = SDL_malloc(4 * 320 * 240); }