RwCamera *
RwBeginCameraUpdate(RwCamera *cam, void *param);
Arguments
param param is ignored. It should be passed as NULL.
For example;
RwBeginCameraUpdate(camera, NULL);